home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / SCRIB6.PAK / SCRIBBLE.REG < prev    next >
Windows Registry Data  |  1997-05-06  |  694b  |  15 lines

  1. REGEDIT
  2. ; This .REG file may be used by your SETUP program.
  3. ;   If a SETUP program is not available, the entries below will be
  4. ;   registered in your InitInstance automatically with a call to
  5. ;   CWinApp::RegisterShellFileTypes and COleObjectFactory::UpdateRegistryAll.
  6.  
  7. HKEY_CLASSES_ROOT\.SCB = Scribble.Document
  8. HKEY_CLASSES_ROOT\Scribble.Document\shell\open\command = SCRIBBLE.EXE %1
  9. HKEY_CLASSES_ROOT\Scribble.Document\shell\open\ddeexec = [open("%1")]
  10. HKEY_CLASSES_ROOT\Scribble.Document\shell\open\ddeexec\application = SCRIBBLE
  11.     ; note: the application is optional
  12.     ;  (it defaults to the app name in "command")
  13.  
  14. HKEY_CLASSES_ROOT\Scribble.Document = Scribb Document
  15.